{ "version": 4, "terraform_version": "1.6.9", "serial": 494, "lineage": "6d474a7a-2ec9-b6f9-ae8f-187cdf11f18a", "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-13f55eb3dbed900b1", "ami": "ami-3f70d888", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8bc752d3"], "subnet_id": "subnet-f8ce8d2a", "key_name": "prod-deploy-key" } } ] } ] }