{ "version": 4, "terraform_version": "1.7.4", "serial": 275, "lineage": "53930ed1-d7d0-1b7e-394d-5d1c754cbadb", "outputs": { "db_endpoint": { "value": "db-4.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-09cbc93e4c65540fd", "ami": "ami-6e6543e3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1469e7ab"], "subnet_id": "subnet-66c015f8", "key_name": "prod-deploy-key" } } ] } ] }