{ "version": 4, "terraform_version": "1.6.2", "serial": 141, "lineage": "70c000f4-c27a-1bae-debd-7741f0da0e05", "outputs": { "db_endpoint": { "value": "db-2.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-61968e2e0f98e955a", "ami": "ami-64412940", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3fe14fbd"], "subnet_id": "subnet-41bdcccf", "key_name": "prod-deploy-key" } } ] } ] }