{ "version": 4, "terraform_version": "1.6.5", "serial": 449, "lineage": "92657ee6-0b2e-5ae7-3781-c03825ced9f9", "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-7d4da5706551ab5d8", "ami": "ami-72843972", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-70cf31da"], "subnet_id": "subnet-16b1d947", "key_name": "prod-deploy-key" } } ] } ] }