{ "version": 4, "terraform_version": "1.6.5", "serial": 234, "lineage": "fe2939de-a7bc-61ff-bf93-8fa96064391f", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-5531779502b87af41", "ami": "ami-a989963a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-928bc1e6"], "subnet_id": "subnet-b83d8678", "key_name": "prod-deploy-key" } } ] } ] }