{ "version": 4, "terraform_version": "1.6.9", "serial": 165, "lineage": "b36fef91-ca64-136b-ecff-09d482a1c647", "outputs": { "db_endpoint": { "value": "db-0.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-cf53b0510aaec4493", "ami": "ami-8b5dc670", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d9732bc5"], "subnet_id": "subnet-586ec46c", "key_name": "prod-deploy-key" } } ] } ] }