{ "version": 4, "terraform_version": "1.6.7", "serial": 259, "lineage": "a49e3e7c-1fcc-6a5b-afd5-444cf3c647bf", "outputs": { "db_endpoint": { "value": "db-3.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-ce52d1110e892fba4", "ami": "ami-a146042f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b63e81d8"], "subnet_id": "subnet-a1db7f57", "key_name": "prod-deploy-key" } } ] } ] }