{ "version": 4, "terraform_version": "1.7.4", "serial": 476, "lineage": "6e172595-76dc-75dc-0fdc-6823d9695dbc", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-57dd08ad9d979f9bb", "ami": "ami-1dd7ba42", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b48f3cba"], "subnet_id": "subnet-21318733", "key_name": "prod-deploy-key" } } ] } ] }