{ "version": 4, "terraform_version": "1.6.8", "serial": 486, "lineage": "909db164-06d8-8dcc-6ff4-6063c06e22c0", "outputs": { "db_endpoint": { "value": "db-3.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-9533861a65f130730", "ami": "ami-90e960d9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3e36f65f"], "subnet_id": "subnet-be7d974b", "key_name": "prod-deploy-key" } } ] } ] }