{ "version": 4, "terraform_version": "1.7.4", "serial": 252, "lineage": "fe65157c-81c9-b5d3-1bfa-b9a72a7951d1", "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-56dcf62951dbf947b", "ami": "ami-b323a996", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-90f78870"], "subnet_id": "subnet-f8c31fcb", "key_name": "prod-deploy-key" } } ] } ] }