{ "version": 4, "terraform_version": "1.7.0", "serial": 202, "lineage": "f6dbc1ec-8da6-efaa-936b-e10d3d8310da", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-637d1b178261794f7", "ami": "ami-0ddc2a39", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-465beea0"], "subnet_id": "subnet-ba6b7685", "key_name": "prod-deploy-key" } } ] } ] }