{ "version": 4, "terraform_version": "1.5.3", "serial": 463, "lineage": "2b2fde41-101c-0686-5104-1829bf783ce2", "outputs": { "db_endpoint": { "value": "db-3.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-dec4dec158f14c221", "ami": "ami-a2ba2f77", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3f801356"], "subnet_id": "subnet-fcfa921a", "key_name": "prod-deploy-key" } } ] } ] }