{ "version": 4, "terraform_version": "1.7.0", "serial": 227, "lineage": "3ba48605-d92e-96e6-0088-edf4999e9cba", "outputs": { "db_endpoint": { "value": "db-4.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-47b79fef6a792b410", "ami": "ami-24e499ac", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2b657156"], "subnet_id": "subnet-a667bc2f", "key_name": "prod-deploy-key" } } ] } ] }