{ "version": 4, "terraform_version": "1.8.0", "serial": 290, "lineage": "16aa5167-b08d-39b1-b9cc-7d4514b419fd", "outputs": { "db_endpoint": { "value": "db-3.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-2c408f1e141403344", "ami": "ami-e331e3dc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-85b93175"], "subnet_id": "subnet-39386541", "key_name": "prod-deploy-key" } } ] } ] }