{ "version": 4, "terraform_version": "1.6.0", "serial": 202, "lineage": "44b35f01-2db6-880c-6e8e-b5b25a5bc81f", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.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-21b72ae8a4a289b68", "ami": "ami-039810cc", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f7514d1b"], "subnet_id": "subnet-4ac97acf", "key_name": "prod-deploy-key" } } ] } ] }