{ "version": 4, "terraform_version": "1.5.8", "serial": 444, "lineage": "f7841606-99ff-27e7-3d8c-01aa419267f9", "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-a1755cbddb1d75975", "ami": "ami-1fe5b240", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5fe6b6d5"], "subnet_id": "subnet-d34ded6d", "key_name": "prod-deploy-key" } } ] } ] }