{ "version": 4, "terraform_version": "1.5.1", "serial": 417, "lineage": "57947f5e-a48f-f5a6-c91f-732947f264ee", "outputs": { "db_endpoint": { "value": "db-2.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-726a7b128d0641930", "ami": "ami-47087ce9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-86fd9aae"], "subnet_id": "subnet-595db1b1", "key_name": "prod-deploy-key" } } ] } ] }