{ "version": 4, "terraform_version": "1.8.3", "serial": 372, "lineage": "14eac4e5-8c9b-91e0-8687-43b3d0d1510d", "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-00dbb6ce5cc93153c", "ami": "ami-fa205ebd", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f35e8630"], "subnet_id": "subnet-4bfc5beb", "key_name": "prod-deploy-key" } } ] } ] }