{ "version": 4, "terraform_version": "1.8.6", "serial": 345, "lineage": "2f9f3568-55d1-fbce-1bd6-6077434d9579", "outputs": { "db_endpoint": { "value": "db-1.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-5f10e53920bfda061", "ami": "ami-9e020819", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5182ad06"], "subnet_id": "subnet-4571835c", "key_name": "prod-deploy-key" } } ] } ] }