{ "version": 4, "terraform_version": "1.7.9", "serial": 257, "lineage": "5f5a13ff-3809-9d79-c163-4eb15961b8c7", "outputs": { "db_endpoint": { "value": "db-3.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-8950e4f79e404322a", "ami": "ami-09c2275b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-65dc9b04"], "subnet_id": "subnet-c867d471", "key_name": "prod-deploy-key" } } ] } ] }