{ "version": 4, "terraform_version": "1.7.5", "serial": 344, "lineage": "4ce9d993-ac36-42bf-a282-a7f02c9e7f6f", "outputs": { "db_endpoint": { "value": "db-1.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-a68a1db106c2faf5d", "ami": "ami-5b760208", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-61eb0919"], "subnet_id": "subnet-f6817904", "key_name": "prod-deploy-key" } } ] } ] }