{ "version": 4, "terraform_version": "1.8.1", "serial": 396, "lineage": "221fc3c6-1a20-d8a9-5a25-a4c762ce41c2", "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-50622c1e2dc09e13e", "ami": "ami-2720bc7e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9f953df2"], "subnet_id": "subnet-939e4587", "key_name": "prod-deploy-key" } } ] } ] }