{ "version": 4, "terraform_version": "1.7.0", "serial": 447, "lineage": "2583d6cc-eec3-b705-1c43-7a131703e58a", "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-db68abfe88bba5721", "ami": "ami-c8519197", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-15bc4f7e"], "subnet_id": "subnet-6770b3ac", "key_name": "prod-deploy-key" } } ] } ] }