{ "version": 4, "terraform_version": "1.6.0", "serial": 160, "lineage": "3672b1e5-b66c-0858-2250-7bf8d93127b9", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-b8337b8fc284689dc", "ami": "ami-4710250c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ccbbbef4"], "subnet_id": "subnet-9a34cd45", "key_name": "prod-deploy-key" } } ] } ] }