{ "version": 4, "terraform_version": "1.6.4", "serial": 276, "lineage": "da01440c-7e26-20ff-b6d8-6ee4ca1cd19c", "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-cad576c14cf0299b1", "ami": "ami-83512044", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d0381420"], "subnet_id": "subnet-1d58dd21", "key_name": "prod-deploy-key" } } ] } ] }