{ "version": 4, "terraform_version": "1.7.2", "serial": 129, "lineage": "5518b9da-fc98-8b46-eac5-ea03b2894037", "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-76fe98419190c8512", "ami": "ami-14bf6251", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-bccdee85"], "subnet_id": "subnet-796b6969", "key_name": "prod-deploy-key" } } ] } ] }