{ "version": 4, "terraform_version": "1.5.9", "serial": 290, "lineage": "ae6b0025-dd44-2c3a-8508-717332b93b72", "outputs": { "db_endpoint": { "value": "db-0.us-east-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-85b473c1c7fc63dc1", "ami": "ami-a86bb5fe", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7ae3394f"], "subnet_id": "subnet-a04ab5e3", "key_name": "prod-deploy-key" } } ] } ] }