{ "version": 4, "terraform_version": "1.5.5", "serial": 158, "lineage": "039acd34-654f-41e2-d31e-c61aab38ddb3", "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-11ff1d71c130d97fe", "ami": "ami-45c17e99", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-05363d40"], "subnet_id": "subnet-084fed4d", "key_name": "prod-deploy-key" } } ] } ] }