{ "version": 4, "terraform_version": "1.6.0", "serial": 226, "lineage": "863a07d0-3d3b-470c-9036-24d31000f8c6", "outputs": { "db_endpoint": { "value": "db-4.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-99c6a80cb86d3aa7f", "ami": "ami-9094ba44", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6768f85b"], "subnet_id": "subnet-d1ed9dae", "key_name": "prod-deploy-key" } } ] } ] }