{ "version": 4, "terraform_version": "1.7.1", "serial": 313, "lineage": "c77333f6-1d4b-01f0-6013-583a1a1a34f9", "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-847e96acb208fa053", "ami": "ami-90558906", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-64443a2f"], "subnet_id": "subnet-b615bdec", "key_name": "prod-deploy-key" } } ] } ] }