{ "version": 4, "terraform_version": "1.6.5", "serial": 189, "lineage": "de0de3ef-5aa8-7c7f-5a63-531cb431b1d8", "outputs": { "db_endpoint": { "value": "db-0.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-c68f9815d15fe58c4", "ami": "ami-32880075", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0bc0cc38"], "subnet_id": "subnet-4b5f440a", "key_name": "prod-deploy-key" } } ] } ] }