{ "version": 4, "terraform_version": "1.6.0", "serial": 590, "lineage": "1c18cb64-6062-9a79-4c44-5d88d4760590", "outputs": { "db_endpoint": { "value": "db-0.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-a6cb127d232d3b7b7", "ami": "ami-3b2a6f6a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-56e1a1fe"], "subnet_id": "subnet-d6994787", "key_name": "prod-deploy-key" } } ] } ] }