{ "version": 4, "terraform_version": "1.7.3", "serial": 322, "lineage": "efb44ac9-e70c-6d49-8312-e55445122acd", "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-5dcf4564fcd7f64cb", "ami": "ami-042703e5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b06f8259"], "subnet_id": "subnet-c9fc5a70", "key_name": "prod-deploy-key" } } ] } ] }