{ "version": 4, "terraform_version": "1.7.7", "serial": 226, "lineage": "81f5bfcd-bd8d-fd31-7d79-0b616efbca11", "outputs": { "db_endpoint": { "value": "db-0.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-bd893577ada5d5c46", "ami": "ami-eb30e3ef", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1319b991"], "subnet_id": "subnet-ce6f2412", "key_name": "prod-deploy-key" } } ] } ] }