{ "version": 4, "terraform_version": "1.8.6", "serial": 117, "lineage": "a70a8fef-1fda-606b-a388-60e36bda972f", "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-f686a81b1b4e78c77", "ami": "ami-4417d6e5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7bd92895"], "subnet_id": "subnet-24bd8ef9", "key_name": "prod-deploy-key" } } ] } ] }