{ "version": 4, "terraform_version": "1.8.2", "serial": 191, "lineage": "c2673b6a-5e86-f774-91a9-cbd4aa5d660c", "outputs": { "db_endpoint": { "value": "db-4.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-26a045d1c21e0c7a5", "ami": "ami-139cbd54", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-77f17d20"], "subnet_id": "subnet-6365726e", "key_name": "prod-deploy-key" } } ] } ] }