{ "version": 4, "terraform_version": "1.5.1", "serial": 279, "lineage": "138606cd-6372-3f32-1b1e-3f94fa6189ef", "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-53db3f161378192b5", "ami": "ami-364d1521", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-66137b26"], "subnet_id": "subnet-90ef8608", "key_name": "prod-deploy-key" } } ] } ] }