{ "version": 4, "terraform_version": "1.6.3", "serial": 597, "lineage": "acedf118-98cc-8fcf-8646-641f456c9f09", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-00437199a3f7ccf28", "ami": "ami-bcb8d034", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9efc4753"], "subnet_id": "subnet-a7d3829f", "key_name": "prod-deploy-key" } } ] } ] }