{ "version": 4, "terraform_version": "1.6.4", "serial": 157, "lineage": "e9f96b25-7047-ec1b-3547-80f331905d6d", "outputs": { "db_endpoint": { "value": "db-1.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-c64796c797e9ac3ec", "ami": "ami-613bff5b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d0001926"], "subnet_id": "subnet-3af9c630", "key_name": "prod-deploy-key" } } ] } ] }