{ "version": 4, "terraform_version": "1.5.0", "serial": 413, "lineage": "c1d180ea-71dd-f677-c8ad-d3726e8e87f1", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-b2154cc1103ef2b22", "ami": "ami-f67a3455", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a74752b7"], "subnet_id": "subnet-38938d10", "key_name": "prod-deploy-key" } } ] } ] }