{ "version": 4, "terraform_version": "1.6.5", "serial": 354, "lineage": "47bd3dd1-df56-33a4-c316-5a261ed41e9e", "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-363fb90f1a859b2a8", "ami": "ami-4220a689", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-00483280"], "subnet_id": "subnet-65bf4954", "key_name": "prod-deploy-key" } } ] } ] }