{ "version": 4, "terraform_version": "1.6.5", "serial": 235, "lineage": "24d65412-bbbd-0d3c-0999-eb0f3d8a3236", "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-25c7dd638074dc225", "ami": "ami-f5dbcd8f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-242beb58"], "subnet_id": "subnet-edddbe05", "key_name": "prod-deploy-key" } } ] } ] }