{ "version": 4, "terraform_version": "1.6.2", "serial": 319, "lineage": "5e7953c1-3b0c-69b1-617f-fa84ecd24899", "outputs": { "db_endpoint": { "value": "db-4.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-79f6b499c052ebe8e", "ami": "ami-2ad5d80e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a8c0af26"], "subnet_id": "subnet-d7d4af75", "key_name": "prod-deploy-key" } } ] } ] }