{ "version": 4, "terraform_version": "1.7.7", "serial": 520, "lineage": "b7f32a7c-895e-d8b6-2fb6-5056f4a6ef70", "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-00177607feced2b21", "ami": "ami-236d4304", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-16a85f56"], "subnet_id": "subnet-1ab92868", "key_name": "prod-deploy-key" } } ] } ] }