{ "version": 4, "terraform_version": "1.8.1", "serial": 130, "lineage": "258ed665-1078-a850-6259-e3c65d94212d", "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-93f49046d933f76f5", "ami": "ami-cd1106e3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b257c35a"], "subnet_id": "subnet-f57f58f9", "key_name": "prod-deploy-key" } } ] } ] }