{ "version": 4, "terraform_version": "1.8.0", "serial": 529, "lineage": "afc1da4f-c792-73c7-ff86-9a992411c46a", "outputs": { "db_endpoint": { "value": "db-4.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-cb095ed2becdfc05a", "ami": "ami-d320ffb2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4854a86a"], "subnet_id": "subnet-c735260f", "key_name": "prod-deploy-key" } } ] } ] }