{ "version": 4, "terraform_version": "1.6.2", "serial": 287, "lineage": "1684193c-db3b-8421-8ac3-34afe95aaff0", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-2f351783fda8644ab", "ami": "ami-e30b8e70", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-dd08251a"], "subnet_id": "subnet-f39536e9", "key_name": "prod-deploy-key" } } ] } ] }