{ "version": 4, "terraform_version": "1.8.6", "serial": 313, "lineage": "5921a326-10e9-3c2c-ffa9-cf97cd949b32", "outputs": { "db_endpoint": { "value": "db-3.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-da173ecb75be4f911", "ami": "ami-95286117", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5b829e79"], "subnet_id": "subnet-5a5c7b1f", "key_name": "prod-deploy-key" } } ] } ] }