{ "version": 4, "terraform_version": "1.6.1", "serial": 139, "lineage": "75de58fc-5446-280a-3df3-5e715cdc8c23", "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-2a297ba87555d222f", "ami": "ami-96fc9f7d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f6be687f"], "subnet_id": "subnet-cc1fdc7b", "key_name": "prod-deploy-key" } } ] } ] }