{ "version": 4, "terraform_version": "1.7.5", "serial": 304, "lineage": "d386dafc-b69d-17a5-66bd-e63a66bddda6", "outputs": { "db_endpoint": { "value": "db-4.eu-west-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-a30c08acb8aed13ec", "ami": "ami-c2adabef", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b472c566"], "subnet_id": "subnet-7440b789", "key_name": "prod-deploy-key" } } ] } ] }