{ "version": 4, "terraform_version": "1.7.3", "serial": 171, "lineage": "6e9a3288-a0a2-3b3e-4ac0-3a337f202665", "outputs": { "db_endpoint": { "value": "db-4.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-16fbc1dc017122a78", "ami": "ami-70c401ad", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-947b0e5f"], "subnet_id": "subnet-9be6a108", "key_name": "prod-deploy-key" } } ] } ] }