{ "version": 4, "terraform_version": "1.8.1", "serial": 420, "lineage": "335de1f6-da90-e3fa-b736-b635da512271", "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-75d7063529e63642d", "ami": "ami-1c15f750", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-78b0bb62"], "subnet_id": "subnet-f28ae1c4", "key_name": "prod-deploy-key" } } ] } ] }