{ "version": 4, "terraform_version": "1.8.0", "serial": 271, "lineage": "2cd052e2-af77-0c31-8aee-b573b39d77fe", "outputs": { "db_endpoint": { "value": "db-2.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-ce4baf5bf7fac6028", "ami": "ami-b70ea859", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6f1ce7f4"], "subnet_id": "subnet-52cc4b6e", "key_name": "prod-deploy-key" } } ] } ] }