{ "version": 4, "terraform_version": "1.8.9", "serial": 481, "lineage": "01a5eea6-14b2-47cd-3722-8566c041d7f5", "outputs": { "db_endpoint": { "value": "db-1.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-fcd9b069d61a258cb", "ami": "ami-d00b8ff7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2af6c5b6"], "subnet_id": "subnet-c420bb13", "key_name": "prod-deploy-key" } } ] } ] }