{ "version": 4, "terraform_version": "1.7.5", "serial": 306, "lineage": "26491353-fe95-00a8-5602-6c8679ded9b4", "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-7e1a3db70b2564958", "ami": "ami-d94efa0a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1e8421b7"], "subnet_id": "subnet-21f56c1b", "key_name": "prod-deploy-key" } } ] } ] }