{ "version": 4, "terraform_version": "1.6.3", "serial": 247, "lineage": "b382b224-d8d9-3ca5-53c8-3d7f84027483", "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-9f2298c9c765a7f72", "ami": "ami-9e795b41", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2e439ebc"], "subnet_id": "subnet-b5930557", "key_name": "prod-deploy-key" } } ] } ] }