{ "version": 4, "terraform_version": "1.8.0", "serial": 500, "lineage": "9ef24f1d-2105-8fce-7b0a-8b8907b96c77", "outputs": { "db_endpoint": { "value": "db-0.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-24460040c21936e89", "ami": "ami-0838780a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5ee8284b"], "subnet_id": "subnet-97a224ef", "key_name": "prod-deploy-key" } } ] } ] }