{ "version": 4, "terraform_version": "1.8.3", "serial": 165, "lineage": "6971ebba-9622-e535-c55f-f55121d84208", "outputs": { "db_endpoint": { "value": "db-3.us-east-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-a80646b1f3af42cab", "ami": "ami-f6983e4b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-56f21dd2"], "subnet_id": "subnet-1f9be51d", "key_name": "prod-deploy-key" } } ] } ] }