{ "version": 4, "terraform_version": "1.8.9", "serial": 489, "lineage": "55c50909-9a22-1f27-b4ba-9c0223782b87", "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-ee2eb4d7aa5e8182d", "ami": "ami-5152d5b2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f4156e18"], "subnet_id": "subnet-b99fa8ea", "key_name": "prod-deploy-key" } } ] } ] }