{ "version": 4, "terraform_version": "1.7.5", "serial": 455, "lineage": "be074eeb-2bea-9e16-24a4-c0c2ca514e2c", "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-1ef1f638aa5314ef8", "ami": "ami-df224efd", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-37095f63"], "subnet_id": "subnet-7c04debb", "key_name": "prod-deploy-key" } } ] } ] }