{ "version": 4, "terraform_version": "1.8.9", "serial": 436, "lineage": "16f1e6e2-f22a-f0da-ebb9-df651c26a6e8", "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-aa3596b4c1df16807", "ami": "ami-87b8ae53", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ad5ec38a"], "subnet_id": "subnet-744f999a", "key_name": "prod-deploy-key" } } ] } ] }