{ "version": 4, "terraform_version": "1.5.2", "serial": 432, "lineage": "74f4158f-2bd2-9b34-379c-88ff78142b3e", "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-5187d8e85a49d0444", "ami": "ami-dffc159e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ac2613df"], "subnet_id": "subnet-42bcb481", "key_name": "prod-deploy-key" } } ] } ] }